Skip to content

[codex] Add skills.sh catalog for slack-post#4

Merged
coderberry merged 2 commits into
mainfrom
codex/add-skills-catalog
May 13, 2026
Merged

[codex] Add skills.sh catalog for slack-post#4
coderberry merged 2 commits into
mainfrom
codex/add-skills-catalog

Conversation

@coderberry
Copy link
Copy Markdown
Contributor

Summary

  • Add a public skills/slack-post skill with skills.sh install instructions, binary installation paths, required SLACK_POST_* configuration, usage examples, and send-safety workflow.
  • Document npx skills add berrydev-ai/agent-cli-tools in the top-level README and require future CLIs to include matching skills/<binary-name>/SKILL.md docs.
  • Mark the repo-maintenance .agents skills as internal so skills.sh discovery lists only user-facing tool skills by default.

Why

  • Users should be able to run npx skills add berrydev-ai/agent-cli-tools, see the available tool skills, and install the one they need.
  • The skill docs need to match the current slack-post contract from PR [codex] Clean up slack-post install docs and env vars #3, including Homebrew-first installation and the SLACK_POST_* environment variable namespace.

Impact

  • skills.sh discovery finds slack-post as the only public tool skill in this repo.
  • Existing contributor-only skills remain in the repo but are hidden from the default public skill list via metadata.internal.
  • No runtime Go behavior changes.

Validation

  • PYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py skills/slack-post
  • PYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/build-go-cobra-clis
  • PYTHONPATH=/private/tmp/codex-pyyaml python3 /Users/eberry/.codex/skills/.system/skill-creator/scripts/quick_validate.py .agents/skills/release-agent-binaries
  • rg --hidden -n "SLACK_E2E" . returned no matches
  • npx --yes skills add . --list
  • git diff --check
  • env GOCACHE=/private/tmp/agent-cli-tools-go-build make test

@coderberry coderberry marked this pull request as ready for review May 13, 2026 21:52
Copilot AI review requested due to automatic review settings May 13, 2026 21:52
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a user-facing skills/slack-post skills.sh skill for installing and using the slack-post CLI, while documenting skills installation in the repo README and marking maintenance skills as internal.

Changes:

  • Adds slack-post skill documentation and OpenAI agent metadata.
  • Documents skills.sh discovery/install commands in the top-level README.
  • Marks .agents maintenance skills as internal.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/slack-post/SKILL.md Adds agent-facing install, configuration, usage, and workflow docs for slack-post.
skills/slack-post/agents/openai.yaml Adds OpenAI-facing display metadata for the skill.
README.md Adds skills.sh instructions and future CLI documentation guidance.
.agents/skills/release-agent-binaries/SKILL.md Marks the release skill as internal.
.agents/skills/build-go-cobra-clis/SKILL.md Marks the build skill as internal.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread skills/slack-post/SKILL.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@coderberry coderberry merged commit 2227020 into main May 13, 2026
1 check passed
@coderberry coderberry deleted the codex/add-skills-catalog branch May 13, 2026 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants